home *** CD-ROM | disk | FTP | other *** search
/ Aminet 1 (Walnut Creek) / Aminet - June 1993 [Walnut Creek].iso / aminet / dev / lang / pcq12b.lzh / Include / Exec / ExecOther.i < prev    next >
Text File  |  1990-08-27  |  409b  |  23 lines

  1. {
  2.     ExecOther.i of PCQ Pascal
  3.  
  4.     This file defines the Exec routines that are not defined
  5.     elsewhere.
  6. }
  7.  
  8. Procedure Debug(Param : Integer);    { Always pass zero for now }
  9.     External;
  10.  
  11. Function GetCC : Integer;
  12.     External;
  13.  
  14. Procedure RawDoFmt(Form : String;
  15.            data : Address;
  16.            putChProc : Address;
  17.            putChData : Address);
  18.     External;
  19.  
  20. Function SetSR(newSR, mask : Integer) : Integer;
  21.     External;
  22.  
  23.